.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.fley {
  -webkit-transition: all 6s ease-out;
  transition: all 6s ease-out;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textLr {
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.textRl {
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .contorl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.banner .contorl::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .contorl i {
  float: left;
  width: 97px;
  height: 100px;
  background-color: #212b35;
  display: block;
  text-align: center;
  line-height: 100px;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 760px;
  margin-right: auto;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yebl {
  width: 1280px;
  margin: 0 auto;
}
.tit-box {
  position: relative;
  z-index: 9;
}
.tit-box .ex {
  display: block;
  font-size: 60px;
  font-family: Times New Roman;
  font-weight: bold;
  line-height: 60px;
  color: #212b35;
  position: relative;
  top: 0;
  left: 0;
}
.tit-box .ex span {
  font-size: 60px;
  font-family: Times New Roman;
  font-weight: bold;
  line-height: 60px;
  color: #212b35;
}
.tit-box .ex span:nth-child(1) {
  color: #00498a;
}
.tit-box .em {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #212b35;
  position: relative;
  padding-top: 25px;
  margin-top: 20px;
}
.tit-box .em::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #212b35;
}
.tit-box .em::before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.tit-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 108px;
  height: 109px;
  background: url(../images/logo2.png) no-repeat center;
  background-size: cover;
  top: -36px;
  left: -43px;
  z-index: -1;
  opacity: 0.1;
}
.about-box {
  background-color: #f8f8f8;
  position: relative;
  z-index: 9;
}
.about-box .ab-con {
  padding: 68px 0 70px;
  position: relative;
}
.about-box .ab-con .text {
  width: 630px;
}
.about-box .ab-con .text > .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 76px 0 40px;
  color: #333333;
}
.about-box .ab-con .desc {
  width: 561px;
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
}
.about-box .ab-con .ab-ul {
  margin-top: 85px;
}
.about-box .ab-con .ab-ul li {
  float: left;
  width: 157px;
  height: 160px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.about-box .ab-con .ab-ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00498a;
}
.about-box .ab-con .ab-ul li .icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #f8f8f8;
  border-radius: 50%;
  position: relative;
}
.about-box .ab-con .ab-ul li .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(../images/a1.png) no-repeat center;
}
.about-box .ab-con .ab-ul li .em {
  margin-top: 13px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.about-box .ab-con .ab-ul li .ex {
  font-family: Arial;
  font-size: 12px;
  line-height: 30px;
  color: #333333;
}
.about-box .ab-con .ab-ul li.active::after {
  height: 100%;
}
.about-box .ab-con .ab-ul li.active a {
  color: #fff;
}
.about-box .ab-con .ab-ul li.active .icon {
  background-color: #fff;
}
.about-box .ab-con .ab-ul li.active .icon::before {
  background: url(../images/a12.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(2) .icon::before {
  background: url(../images/a2.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(3) .icon::before {
  background: url(../images/a3.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(4) .icon::before {
  background: url(../images/a4.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(2).active .icon::before {
  background: url(../images/a22.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(3).active .icon::before {
  background: url(../images/a32.png) no-repeat center;
}
.about-box .ab-con .ab-ul li:nth-child(4).active .icon::before {
  background: url(../images/a42.png) no-repeat center;
}
.about-box .ab-con .pic {
  vertical-align: top;
  width: 650px;
  height: 660px;
  object-fit: cover;
}
.about-box .ab-con::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -320px;
  top: 0;
  width: 200px;
  height: 100%;
  background: #00498a;
}
.about-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 733px;
  height: 399px;
  background: url(../images/ab-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  left: 200px;
  top: 173px;
}
.pro-box .tit-box::before {
  opacity: 1;
}
.pro-box .tit-box .em::after {
  height: 0;
}
.pro-box .tit-box .em {
  margin-top: 0;
  padding-top: 10px;
}
.pro-box .pro-con {
  position: relative;
  padding: 148px 0 70px;
}
.pro-box .pro-con::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -320px;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #f8f8f8;
}
.pro-box .phone .zx {
  display: block;
  width: 353px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
}
.pro-box .phone .zx > img {
  margin-right: 8px;
}
.pro-box .phone .zx > a {
  position: relative;
  vertical-align: bottom;
  margin-left: 130px;
}
.pro-box .phone .zx > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 58px;
  height: 36px;
  background: url(../images/dd.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  top: -23px;
  right: -35px;
}
.pro-box .phone .zx > a:hover {
  top: -10px;
}
.pro-box .phone .tel {
  font-family: Impact;
  font-size: 26px;
  font-style: italic;
  line-height: 40px;
  margin-top: 13px;
  color: #333333;
}
.pro-box .myPro {
  overflow: hidden;
}
.pro-box .myPro li {
  margin-top: 57px;
  position: relative;
  padding-top: 20px;
}
.pro-box .myPro .im {
  display: block;
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  height: 295px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  position: relative;
}
.pro-box .myPro .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .myPro .tit {
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-left: 80px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 301px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.pro-box .myPro .tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #00498a;
}
.pro-box .myPro .desc {
  padding-top: 15px;
  display: block;
  margin-left: 80px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .myPro i {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
}
.pro-box .myPro li:hover .im {
  margin-top: -20px;
  margin-bottom: 10px;
  height: 325px;
  box-shadow: 0px 3px 7px 0px rgba(49, 63, 160, 0.2);
  border: solid 1px #dddddd;
}
.pro-box .myPro li:hover i {
  color: #00498a;
}
.pro-box .myPro li:hover .tit {
  color: #00498a;
}
.pro-box .myPro li:hover .tit::before {
  width: 100%;
}
.pro-box .contorl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pro-box .contorl span {
  cursor: pointer;
  width: 135px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 20px;
  font-family: Arial;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.pro-box .contorl span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background: #00498a;
}
.pro-box .contorl span.active {
  color: #fff;
}
.pro-box .contorl span.active::after {
  width: 140px;
  height: 140px;
}
.pro-box .contorl .more {
  margin: 0 160px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  background-color: #fbfbfb;
  border: dashed 1px #00498a;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  box-sizing: border-box;
  padding-top: 30px;
}
.pro-box .contorl .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93px;
  border-radius: 50%;
  height: 93px;
  border: dashed 1px #004880;
  opacity: 0.2;
}
.pro-box .contorl .more:hover {
  transform: translateY(-10px);
  color: #00498a;
  border: solid 1px #00498a;
}
.case-box {
  background: url(../images/case-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 60px;
  overflow: hidden;
  position: relative;
  height: 1329px;
  box-sizing: border-box;
  background-attachment: fixed;
}
.case-box .case-con {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.case-box .case-con .tit-box a {
  color: #fff;
}
.case-box .case-con .tit-box a::after {
  background-color: transparent;
}
.case-box .case-con .tit-box .em {
  padding-top: 15px;
  margin-top: 0;
}
.case-box .case-con .tit-box span {
  color: #ffffff;
}
.case-box .case-con .more {
  position: relative;
  font-family: Times New Roman;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
  z-index: 9;
}
.case-box .case-con .more::before {
  content: "";
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  height: 2px;
  background-color: #ffffff;
}
.case-box .case-con .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: 57px;
  top: -11px;
  width: 56px;
  height: 56px;
  background: url(../images/my.png) no-repeat center;
}
.case-box .case-con .more:hover::after {
  right: 47px;
}
.case-box .case-con .more:hover::before {
  margin-right: 65px;
}
.case-box .case-con .case-ul li {
  margin: 35px 35px 0 0;
  width: 400px;
  display: inline-block;
  position: relative;
}
.case-box .case-con .case-ul li .im {
  width: 100%;
  height: 300px;
  border: solid 3px #25527d;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.case-box .case-con .case-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .case-con .case-ul li .tit {
  display: block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: #ffffff;
  margin: 28px 0 13px auto;
}
.case-box .case-con .case-ul li .desc {
  display: block;
  width: 350px;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
  margin-left: auto;
  color: #d8dadb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-box .case-con .case-ul li i {
  position: absolute;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
  left: 0;
  top: 328px;
  display: inline-block;
}
.case-box .case-con .case-ul li i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 2px;
  background-color: #ffffff;
}
.case-box .case-con .case-ul li:nth-child(3n) {
  margin-right: 0;
}
.case-box .case-con .case-ul li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-box .case-con .case-ul li:hover i:after {
  width: 110px;
}
.case-box .case-con .case-ul li:hover .tit {
  letter-spacing: 2px;
}
.case-box .case-con .phone {
  margin-top: 90px;
}
.case-box .case-con .phone p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-left: 18px;
}
.case-box .case-con .phone p i {
  display: block;
  font-family: Times New Roman;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.par-box {
  background: url(../images/pa-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 168px 0 70px;
}
.par-box .par-con {
  position: relative;
}
.par-box .par-tit {
  position: relative;
  margin-bottom: 35px;
}
.par-box .par-tit .pi {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #212b35;
}
.par-box .par-tit .pi em {
  font-weight: bold;
}
.par-box .par-tit .ex {
  position: absolute;
  font-family: Arial;
  font-size: 148px;
  font-weight: bold;
  line-height: 130px;
  color: #212b35;
  opacity: 0.05;
  left: 0;
  top: -83px;
}
.par-box .par-tit .pm {
  margin-top: 25px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #666666;
}
.par-box .myPar {
  position: relative;
  overflow: hidden;
}
.par-box .myPar li {
  cursor: pointer;
}
.par-box .myPar li .br {
  position: relative;
  display: block;
  z-index: 8;
  width: 220px;
  height: 220px;
  border: solid 1px #dedede;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.par-box .myPar li .br img {
  max-width: 90%;
  object-fit: cover;
}
.par-box .myPar li .br::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: #00498a;
  z-index: -1;
}
.par-box .myPar li.active .br {
  z-index: 9;
}
.par-box .myPar li.active .br::after {
  width: 220px;
  height: 220px;
}
.par-box .myPar .swiper-scrollbar {
  margin: 70px 0 0 0;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #a7a7a7;
}
.par-box .myPar .swiper-scrollbar .swiper-scrollbar-drag {
  z-index: 99;
  height: 3px;
  background-color: #00498a;
  border-radius: 2px;
  top: -2px;
}
.par-box .textFl {
  position: absolute;
  padding: 70px 0 0 53px;
  right: 0;
  z-index: 99;
  top: -282px;
  width: 892px;
  height: 300px;
  box-sizing: border-box;
  background-color: #043764;
}
.par-box .textFl .left {
  display: inline-block;
  vertical-align: top;
  width: 323px;
}
.par-box .textFl .left .ex {
  display: block;
  text-align: right;
  font-family: Arial;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 50px;
  color: #00498a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.par-box .textFl .left p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.par-box .textFl .left p::before {
  content: "";
  display: block;
  margin-top: 11px;
  width: 179px;
  height: 1px;
  margin-bottom: 25px;
  background-color: #ffffff;
  opacity: 0.4;
}
.par-box .textFl .left .em {
  margin-top: 5px;
  display: block;
  width: 390px;
  height: 24px;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  opacity: 0.1;
}
.par-box .textFl .ei {
  display: inline-block;
  margin-left: 28px;
  vertical-align: top;
  font-family: Times New Roman;
  font-size: 102px;
  font-weight: bold;
  line-height: 80px;
  color: #ffffff;
}
.par-box .textFl .zsj {
  position: absolute;
  bottom: -47px;
  right: -41px;
}
.news-box {
  overflow: hidden;
  position: relative;
}
.news-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 325px;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.news-box .news-con {
  position: relative;
}
.news-box .news-con .contorl {
  position: absolute;
  right: 0;
  top: 80px;
}
.news-box .news-con .contorl span {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #212b35;
  line-height: 45px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}
.news-box .news-con .contorl span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #00498a;
  z-index: -1;
}
.news-box .news-con .contorl .nR::after {
  bottom: auto;
  top: 0;
}
.news-box .news-con .contorl span.active::after {
  height: 100%;
}
.news-box .news-con .tit-box {
  position: absolute;
  top: 69px;
  left: 0;
}
.news-box .news-con .tit-box:before {
  opacity: 1;
}
.news-box .news-con .tit-box .em {
  margin-top: 0;
  padding-top: 15px;
}
.news-box .news-con .tit-box .em::after {
  height: 0;
}
.news-box .myNews {
  overflow: hidden;
  padding: 69px 0 0;
}
.news-box .myNews .newsTop {
  margin-left: auto;
  width: 714px;
  margin-right: 166px;
}
.news-box .myNews .newsTop span {
  display: block;
  width: 85px;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 15px;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-align: center;
}
.news-box .myNews .newsTop span i {
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
  margin-right: 5px;
  color: #212b35;
}
.news-box .myNews .newsTop .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 15px 0 10px;
}
.news-box .myNews .newsTop .desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.news-box .news-ul li {
  width: 380px;
  margin: 65px 55px 0 0;
  display: inline-block;
}
.news-box .news-ul li .im {
  display: block;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.news-box .news-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-ul li span {
  margin: 35px 0;
  display: block;
  width: 140px;
  font-family: Times New Roman;
  font-size: 14px;
  font-weight: bolder;
  line-height: 30px;
  color: #212b35;
  border-bottom: 2px solid #00498a;
}
.news-box .news-ul li span i:nth-child(1) {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
  color: #212b35;
  display: inline-block;
  margin: 0 5px;
}
.news-box .news-ul li span i:nth-child(2) {
  font-family: Arial;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
}
.news-box .news-ul li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #212b35;
}
.news-box .news-ul li .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.news-box .news-ul li:nth-child(3) {
  margin-right: 0;
}
.news-box .news-ul li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .news-ul li:hover .tit {
  color: #00498a;
  letter-spacing: 2px;
}
.links {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 50px 0 60px;
}
.links p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #333333;
}
.links p img {
  display: block;
}
.links div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links div a {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-left: 60px;
}
.links div a:hover {
  color: #00498a;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
